feat: There is no way the
This commit is contained in:
@@ -1207,6 +1207,8 @@ export default {
|
|||||||
partsOptions: [], // 关联零部件
|
partsOptions: [], // 关联零部件
|
||||||
standForm: {
|
standForm: {
|
||||||
region: "",
|
region: "",
|
||||||
|
isHigh:'stand',
|
||||||
|
resultKeyword: '', // 搜索内容
|
||||||
selectValue: "", // 搜索内容
|
selectValue: "", // 搜索内容
|
||||||
selectIndex: "stand",
|
selectIndex: "stand",
|
||||||
nature: "", // 标准性质
|
nature: "", // 标准性质
|
||||||
@@ -1828,6 +1830,8 @@ export default {
|
|||||||
this.resultData = [];
|
this.resultData = [];
|
||||||
this.standForm.page = this.page;
|
this.standForm.page = this.page;
|
||||||
this.standForm.pageSize = this.$store.getters.userInfo.configContent;
|
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));
|
let nowStandForm = JSON.parse(JSON.stringify(this.standForm));
|
||||||
// 处理动态表单的时间和下拉框格式
|
// 处理动态表单的时间和下拉框格式
|
||||||
const formFieldList = this.formFieldListStandData
|
const formFieldList = this.formFieldListStandData
|
||||||
|
|||||||
Reference in New Issue
Block a user