Compare commits
No commits in common. "2fa31546156a0a5b330f4c7f3d61264137a7bbe8" and "4bae210a56ad456dbd0ed42b7b1c5c2e03e293c3" have entirely different histories.
2fa3154615
...
4bae210a56
|
@ -22,7 +22,7 @@
|
|||
</a-button>
|
||||
<a-divider />
|
||||
</a-col>
|
||||
<a-col :span="24" v-if="addShow">
|
||||
<a-col :span="24">
|
||||
<a-row>
|
||||
<a-col :span="24">
|
||||
<div style="width: 100%;padding:8px 0px 5px 18px;font-size:12px; color:#666; border-left:3px solid #18a689;"
|
||||
|
@ -516,7 +516,6 @@ const jxdgInfo = ref<any>({});
|
|||
const kechengInfo = ref<any>({});
|
||||
const jxdgbbDataSource = ref<any>([]);
|
||||
const disabled = ref<boolean>(false);
|
||||
const addShow = ref<boolean>(false);
|
||||
const { createMessage, createConfirm } = useMessage();
|
||||
|
||||
let kcmbDataSource = ref<{ title: any }[]>([]);
|
||||
|
@ -824,9 +823,7 @@ 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) => {
|
||||
|
|
Loading…
Reference in New Issue