({});
const kechengInfo = ref
({});
const jxdgbbDataSource = ref([]);
const disabled = ref(false);
+const addShow = ref(false);
const { createMessage, createConfirm } = useMessage();
let kcmbDataSource = ref<{ title: any }[]>([]);
@@ -823,7 +824,9 @@ function handleShowType(type) {
defHttp.get({ url: '/zyJxdgBanben/zyJxdgBanben/list', params: { sfsy: '1', pageNo: -1 } }).then((res) => {
jxdgbbDataSource.value = res.records;
});
+ addShow.value = true;
} else if (type == 2) {
+ addShow.value = false;
type = 1;
defHttp.get({ url: '/zyJxdgBanben/zyJxdgBanben/list', params: { sfsy: '1', pageNo: -1 } }).then((res) => {