소스 검색

服务新增修改

zhaoke 1 년 전
부모
커밋
5aabcca9fe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: '',