Browse Source

fix issue

tags/v1.22.6.2^2
zhoupzh 3 years ago
parent
commit
b245886715
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      web_src/js/components/dataset/selectDataset.vue

+ 2
- 2
web_src/js/components/dataset/selectDataset.vue View File

@@ -45,7 +45,7 @@
v-else v-else
type="text" type="text"
class="disabled" class="disabled"
required
:required="required"
placeholder="选择数据集文件" placeholder="选择数据集文件"
/> />
</span> </span>
@@ -618,7 +618,7 @@ export default {
methods: { methods: {
openDataset() { openDataset() {
this.dialogVisible = true; this.dialogVisible = true;
// this.confirmFlag = false;
this.confirmFlag = false;
this.getCurrentRepoDataset(); this.getCurrentRepoDataset();
}, },
handleClick(tab, event) { handleClick(tab, event) {


Loading…
Cancel
Save