feat: There is no way the

This commit is contained in:
super_liu
2021-10-25 14:07:12 +08:00
parent 2dce246427
commit e36796d3e5
@@ -1207,6 +1207,8 @@ export default {
partsOptions: [], // 关联零部件
standForm: {
region: "",
isHigh:'stand',
resultKeyword: '', // 搜索内容
selectValue: "", // 搜索内容
selectIndex: "stand",
nature: "", // 标准性质
@@ -1828,6 +1830,8 @@ export default {
this.resultData = [];
this.standForm.page = this.page;
this.standForm.pageSize = this.$store.getters.userInfo.configContent;
this.standForm.resultKeyword = this.standForm.selectValue
this.standForm.isHigh = 'high'
let nowStandForm = JSON.parse(JSON.stringify(this.standForm));
// 处理动态表单的时间和下拉框格式
const formFieldList = this.formFieldListStandData