Sfoglia il codice sorgente

服务新增修改

zhaoke 1 anno fa
parent
commit
5aabcca9fe
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/dataAccessPage/components/accessPageTable.vue

+ 1 - 1
src/views/dataAccessPage/components/accessPageTable.vue

@@ -194,7 +194,7 @@ export default {
       this.tableType = "add";
       this.tableTitle = "新增";
       this.tableForm = {
-        serviceid: '',
+        serviceid: this.msgContent['serviceid'] || '',
         preconditions: '',
         algorithmtype: '',
         algorithmname: '',