|
@@ -58,7 +58,7 @@
|
|
|
:value="item.value">
|
|
|
</el-option>
|
|
|
</el-select>
|
|
|
- <el-button type="primary" @click="allocationSave">保存</el-button>
|
|
|
+ <!-- <el-button type="primary" @click="allocationSave">保存</el-button> -->
|
|
|
</div>
|
|
|
|
|
|
<el-table
|
|
@@ -102,7 +102,7 @@
|
|
|
<el-button @click="setMetadataTag = false">取 消</el-button>
|
|
|
<el-button
|
|
|
type="primary"
|
|
|
- @click="setMetadataTag = false"
|
|
|
+ @click="allocationSave"
|
|
|
>确 定</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
@@ -550,6 +550,7 @@ export default {
|
|
|
this.handleCurrentChange(1);
|
|
|
this.queryChange();
|
|
|
})
|
|
|
+ this.setMetadataTag=false
|
|
|
}
|
|
|
}
|
|
|
};
|