| | |
| | | <el-select |
| | | :popper-append-to-body="false" |
| | | v-model="ruleForm.dirid" |
| | | placeholder="请选择" |
| | | placeholder="请选择存储目录" |
| | | style="width: 200px" |
| | | > |
| | | <el-option |
| | |
| | | <el-form-item size="small"> |
| | | <el-input |
| | | v-model="ruleForm.name" |
| | | :placeholder="$t('shuJuGuanLi.shuJuJianSuo.valueone')" |
| | | suffix-icon="el-icon-edit" |
| | | /> |
| | | :placeholder="$t('shuJuGuanLi.lable5')" |
| | | ><i slot="suffix" class="el-icon-search" @click="onSubmit('ruleForm')" style="padding-right: 8px"></i></el-input> |
| | | </el-form-item> |
| | | </div> |
| | | <div> |
| | |
| | | size="small" |
| | | >{{ $t("common.append") }}</el-button |
| | | > |
| | | <el-button |
| | | <!-- <el-button |
| | | @click="onSubmit('ruleForm')" |
| | | icon="el-icon-search" |
| | | size="small" |
| | | class="primary" |
| | | >{{ $t("common.iquery") }}</el-button |
| | | > |
| | | >--> |
| | | <el-button |
| | | type="info" |
| | | @click="resetForm('ruleForm')" |
| | |
| | | this.getQueryDirTree(); |
| | | this.getRoleTabelData(); |
| | | this.showPermsBtn(); |
| | | this.$set(this.ruleForm, "depName", "请选择"); |
| | | this.$set(this.ruleForm, "depName", "请选择存储目录"); |
| | | }, |
| | | computed: { |
| | | pathId() { |