src/views/other/commonDialog/SelectChanceDialog.vue
@@ -54,8 +54,8 @@ return { editVisible: false, title: "", infomation: {}, search_map:{} clientId: 0, infomation: {} } } } @@ -83,6 +83,9 @@ } }, created() { this.search_map = { client_id: this.editConfig.clientId } this.setTable() this.getData() },