update screen 7, 25
This commit is contained in:
@ -234,13 +234,7 @@ export default {
|
||||
}),
|
||||
InputValue: {
|
||||
get() {
|
||||
return [{
|
||||
"eqpmId": "EQ001",
|
||||
"eqpmNm": "Etcher A12",
|
||||
"gdIdxId": "GD001",
|
||||
"gdIdxNm": "Etch Depth Guide",
|
||||
}]
|
||||
// return this.myBindingData;
|
||||
return this.myBindingData;
|
||||
}
|
||||
},
|
||||
chkDialog() {
|
||||
@ -258,7 +252,7 @@ export default {
|
||||
},
|
||||
async popCheck(val) {
|
||||
if (val) {
|
||||
// await this.getData();
|
||||
await this.getData();
|
||||
this.dialog = true;
|
||||
} else {
|
||||
this.dialog = false;
|
||||
@ -288,13 +282,13 @@ export default {
|
||||
}),
|
||||
init() {
|
||||
|
||||
// this.gridInit();
|
||||
this.gridInit();
|
||||
},
|
||||
closePop() {
|
||||
this.popCheck = false;
|
||||
},
|
||||
search() {
|
||||
// this.getData();
|
||||
this.getData();
|
||||
},
|
||||
async getData() {
|
||||
var res = await this.postApiReturn({
|
||||
|
Reference in New Issue
Block a user