|
@@ -896,6 +896,8 @@ export default {
|
|
|
if (this.tabelList.length > 0) {
|
|
|
//将数据转化为字符串存储
|
|
|
this.tempRowData.legend = JSON.stringify(this.tabelList[0].tabelData);
|
|
|
+ console.log(this.tempRowData,'this.tempRowData');
|
|
|
+
|
|
|
updateZyml(this.tempRowData).then((response) => {
|
|
|
this.$modal.msgSuccess("修改成功");
|
|
|
this.dialogDictVisible = false;
|