Explorar el Código

服务新增修改

zhaoke hace 1 año
padre
commit
5aabcca9fe
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: '',