去掉没有用到的代码
This commit is contained in:
parent
cc7efe9497
commit
2a8fab75f0
|
@ -301,9 +301,6 @@
|
|||
});
|
||||
},
|
||||
createTestResourcePool(createTestResourcePoolForm) {
|
||||
if (this.result.loading) {
|
||||
return;
|
||||
}
|
||||
this.$refs[createTestResourcePoolForm].validate(valid => {
|
||||
if (valid) {
|
||||
let vri = this.validateResourceInfo();
|
||||
|
@ -340,9 +337,6 @@
|
|||
this.form.resources = resources;
|
||||
},
|
||||
updateTestResourcePool(updateTestResourcePoolForm) {
|
||||
if (this.result.loading) {
|
||||
return;
|
||||
}
|
||||
this.$refs[updateTestResourcePoolForm].validate(valid => {
|
||||
if (valid) {
|
||||
let vri = this.validateResourceInfo();
|
||||
|
|
Loading…
Reference in New Issue