|
@@ -264,7 +264,7 @@
|
264
|
264
|
maxNumber: "",
|
265
|
265
|
keyWord: "",
|
266
|
266
|
bedNumSort: false,
|
267
|
|
- inspectStateIndex: 0,
|
|
267
|
+ inspectStateIndex: 1,
|
268
|
268
|
inspectStateNameList: [], //检查状态名称列表
|
269
|
269
|
inspectStateValueList: [], //检查状态value列表
|
270
|
270
|
};
|
|
@@ -351,7 +351,7 @@
|
351
|
351
|
this.maxNumber = "";
|
352
|
352
|
this.keyWord = "";
|
353
|
353
|
this.bedNumSort = false;
|
354
|
|
- this.inspectStateIndex = 0;
|
|
354
|
+ this.inspectStateIndex = 1;
|
355
|
355
|
this.single = [new Date().Format("yyyy/MM/dd")];
|
356
|
356
|
for (let key in this.result) {
|
357
|
357
|
if (typeof this.result[key] == "object") {
|
|
@@ -365,7 +365,7 @@
|
365
|
365
|
this.result[key] = false;
|
366
|
366
|
} else if (key == "inspectState") {
|
367
|
367
|
this.result[key] = 0;
|
368
|
|
- this.inspectStateIndex = 0;
|
|
368
|
+ this.inspectStateIndex = 1;
|
369
|
369
|
} else {
|
370
|
370
|
this.result[key] = "";
|
371
|
371
|
}
|