src/views/other/commonDialog/SelectCommonDialog.vue
@@ -66,6 +66,7 @@ return { editVisible: false, title: "", clientId: 0, tableInfomation: [] } } @@ -93,6 +94,9 @@ } }, created() { this.search_map = { client_id: this.editConfig.clientId } this.setTable() this.getData() },