diff --git a/src/pages/processCenter/pages/creatProcess/zdrzbzORzchgxxmsc/step1.vue b/src/pages/processCenter/pages/creatProcess/zdrzbzORzchgxxmsc/step1.vue
index 07dacb208..c61938329 100644
--- a/src/pages/processCenter/pages/creatProcess/zdrzbzORzchgxxmsc/step1.vue
+++ b/src/pages/processCenter/pages/creatProcess/zdrzbzORzchgxxmsc/step1.vue
@@ -29,6 +29,7 @@
-
-
-
{
- if (res && res.data) {
- const bringData = res.data
-
- const json = Object.assign(bringData, bringData.attrInfoMap);
- this.form = JSON.parse(JSON.stringify(json))
- this.form.TGRLAWS = JSON.parse(JSON.stringify(json)).TGRLAWS && JSON.parse(JSON.stringify(json)).TGRLAWS !== '[]' ? JSON.parse(JSON.stringify(json)).TGRLAWS.split(',') : []
- this.form.TGDWLAWS = JSON.parse(JSON.stringify(json)).TGDWLAWS && JSON.parse(JSON.stringify(json)).TGDWLAWS !== '[]' ? JSON.parse(JSON.stringify(json)).TGDWLAWS.split(',') : []
- this.form.NYLXLAWS = JSON.parse(JSON.stringify(json)).NYLXLAWS && JSON.parse(JSON.stringify(json)).NYLXLAWS !== '[]' ? JSON.parse(JSON.stringify(json)).NYLXLAWS.split(',') : []
- this.form.YYRZLAWS = JSON.parse(JSON.stringify(json)).YYRZLAWS && JSON.parse(JSON.stringify(json)).YYRZLAWS !== '[]' ? JSON.parse(JSON.stringify(json)).YYRZLAWS.split(',') : []
- this.form.ZRBMLAWS = JSON.parse(JSON.stringify(json)).ZRBMLAWS && JSON.parse(JSON.stringify(json)).ZRBMLAWS !== '[]' ? JSON.parse(JSON.stringify(json)).ZRBMLAWS.split(',') : []
- this.form.ZRGCSLAWS = JSON.parse(JSON.stringify(json)).ZRGCSLAWS && JSON.parse(JSON.stringify(json)).ZRGCSLAWS !== '[]' ? JSON.parse(JSON.stringify(json)).ZRGCSLAWS.split(',') : []
- this.form.prcNum = this.prcNum
- this.form.prcName = this.prcName
- this.form['id'] = bringData.id
- this.standardDrawer = false
- this.verifySarStandard = true
- this.busVsFunc()
- this.modelFunc()
- this.$forceUpdate()
- }
- // 遍历对象初始化文件信息
- for (const p in this.form) {
- if (typeof (this.form[p]) != "function") {
- this.initializeFileList(p, this.form[p]);
- }
- }
- console.log("res", res);
- })
-
- } else if (this.standardCheckedList.length > 1) {
- this.$message.warning('最多可以带入一条政策信息')
+ if (this.standardCheckedList && this.standardCheckedList.length >= 1) {
+ console.log('504',this.standardCheckedList)
+ this.infoTableDatas = this.standardCheckedList
+ console.log('505',this.infoTableDatas)
+ this.standardDrawer = false
} else {
- this.$message.warning('请选择要带入的政策信息')
+ this.$message.warning('请选择要带入的数据')
}
break
// 取消
@@ -589,9 +550,11 @@ export default {
this.$http.get('sarIssueTrack/issueTrack', this.standardSearchForm, {_this: this}, res => {
this.loadSarStandard = false
if (res.ok) {
- this.standardSearchForm.page = 1
this.tableData.standardData = res.data.records
this.standardSearchForm.total = res.data.total
+ if ((this.tableData.standardData.length === 0 || this.tableData.standardData === []) && this.standardSearchForm.page !== 1) {
+ this.handleStandardPageChange(1)
+ }
}
}, e => {
this.loadSarStandard = false