Parcourir la source

字典汉化修改

lkk il y a 1 an
Parent
commit
c3378c7427
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      src/views/system/zyml/index.vue

+ 2 - 0
src/views/system/zyml/index.vue

@@ -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;