剩余模块:生产退料
This commit is contained in:
@@ -55,8 +55,8 @@
|
||||
type: '1',
|
||||
tabsList: [
|
||||
{ name: computed(() => t('home.kssc')), type: '1' },
|
||||
{ name: computed(() => t('home.kscs')), type: '3' },
|
||||
{ name: computed(() => t('home.kshb')), type: '2' },
|
||||
{ name: computed(() => t('home.kscs')), type: '2' },
|
||||
{ name: computed(() => t('home.kshb')), type: '3' },
|
||||
]
|
||||
})
|
||||
onShow(() => {
|
||||
@@ -73,7 +73,7 @@
|
||||
state.queryString = e
|
||||
state.page.pageIndex = 1
|
||||
state.dataList = []
|
||||
fnDataList()
|
||||
fnDataList(true)
|
||||
architectureRef.value.closeFun()
|
||||
}
|
||||
const setScrollableTabStateFun = (item : any) => {
|
||||
@@ -103,6 +103,7 @@
|
||||
PRD_MOViewIntoPro({
|
||||
Number: state.queryString
|
||||
}).then((res : any) => {
|
||||
console.log('断点2');
|
||||
if (res.code === 200) {
|
||||
if (typeVertical === 'details') {
|
||||
pageDataInfoCom.putInProdPageData({ ...res.data, ...item, time: new Date().getTime(), type: state.type })
|
||||
|
||||
Reference in New Issue
Block a user