|
|
@ -93,7 +93,7 @@ import pageye from '@/components/pagination/pageye' |
|
|
|
import tiaozhangshenqingguanliAdd from '@/views/supplychain/tiaozhangshenqingguanli/tiaozhangshenqingguanliAdd' |
|
|
|
import tiaozhangshenqingguanliInfo from '@/views/supplychain/tiaozhangshenqingguanli/tiaozhangshenqingguanliInfo' |
|
|
|
import { listPage, delBySids } from '@/api/supplychain/tiaozhangshenqing.js' |
|
|
|
import { getOrgSidByPath, getListOrg, typeValues } from '@/api/cheliang/dictcommons' |
|
|
|
import { getOrgSidByPath, getListOrg, typeValues, selectHaveMessage } from '@/api/cheliang/dictcommons' |
|
|
|
import { getStorage } from '@/utils/auth' |
|
|
|
|
|
|
|
export default { |
|
|
@ -217,8 +217,10 @@ export default { |
|
|
|
} |
|
|
|
}, |
|
|
|
toAdd() { |
|
|
|
this.viewState = 2 |
|
|
|
this.$refs['divadd'].showAdd() |
|
|
|
selectHaveMessage({ menuUrl: this.$route.path, orgPath: window.sessionStorage.getItem('defaultOrgPath') }).then((res) => { |
|
|
|
this.viewState = 2 |
|
|
|
this.$refs['divadd'].showAdd() |
|
|
|
}) |
|
|
|
}, |
|
|
|
doDel() { |
|
|
|
if (this.multipleSelection.length === 0) { |
|
|
|