标准征求意见流程加一个Id,标准库详情页加跳转
This commit is contained in:
@@ -282,6 +282,7 @@ export default {
|
||||
endTime: '', // 结束日期
|
||||
cname: '', // 名称
|
||||
standType: '',
|
||||
standId: '',
|
||||
},
|
||||
formRules: {
|
||||
cid: [
|
||||
@@ -299,6 +300,7 @@ export default {
|
||||
standSort: '',
|
||||
standNumber: '',
|
||||
standType: '',
|
||||
standId: '',
|
||||
page: 1,
|
||||
pageSize: this.$store.getters.userInfo.configContent
|
||||
},
|
||||
@@ -456,6 +458,7 @@ export default {
|
||||
this.form.cid = bringData[0].standSortShow + '-' + bringData[0].standNumber
|
||||
}
|
||||
this.form.standType = bringData[0].standType
|
||||
this.form.standId = bringData[0].id
|
||||
this.form.cname = bringData[0].standName;
|
||||
this.listModel = false;
|
||||
} else if (this.selectedList.length > 1) {
|
||||
|
||||
Reference in New Issue
Block a user