...
|
...
|
@@ -82,6 +82,9 @@ export default { |
|
|
proxy.$http.get(`/api-web/manage/ddic/page`, params, function (res) {
|
|
|
if (res && res.data) {
|
|
|
tagData.value=res.data;
|
|
|
checkedId.value = res.data[0].ddicCode;
|
|
|
keyword.value=res.data[0].ddicCode;
|
|
|
getDataList();
|
|
|
}
|
|
|
});
|
|
|
}
|
...
|
...
|
@@ -155,7 +158,6 @@ export default { |
|
|
});
|
|
|
}
|
|
|
|
|
|
|
|
|
}
|
|
|
//关闭弹框回调函数
|
|
|
let closeDialog=()=>{
|
...
|
...
|
@@ -169,7 +171,6 @@ export default { |
|
|
// 挂载完
|
|
|
Vue.onMounted(() => {
|
|
|
getConf();
|
|
|
getDataList();
|
|
|
|
|
|
})
|
|
|
return {
|
...
|
...
|
|