标准/译文获取申请管理 新增查看页面
This commit is contained in:
+3
-5
@@ -76,9 +76,8 @@
|
||||
</el-row>
|
||||
</el-form>
|
||||
<div class="drawer-footer">
|
||||
<el-button v-show="isEdit" type="primary" class="common-button-primary" icon="el-icon-check" :loading="isSubmit" @click="submit">提交</el-button>
|
||||
<el-button v-show="isEdit" class="common-button-default" icon="el-icon-close" @click="visible=false">取消</el-button>
|
||||
<el-button v-show="!isEdit" class="common-button-default" @click="visible=false">关闭</el-button>
|
||||
<el-button type="primary" class="common-button-primary" icon="el-icon-check" :loading="isSubmit" @click="submit">提交</el-button>
|
||||
<el-button class="common-button-default" icon="el-icon-close" @click="visible=false">取消</el-button>
|
||||
</div>
|
||||
</el-drawer>
|
||||
</template>
|
||||
@@ -110,8 +109,7 @@ export default {
|
||||
handleClose () {
|
||||
this.visible = false
|
||||
},
|
||||
showModal (isEdit, id) {
|
||||
this.isEdit = isEdit
|
||||
showModal (id) {
|
||||
this.visible = true
|
||||
this.$nextTick(()=>{
|
||||
this.$refs.addFormRef.clearValidate()
|
||||
|
||||
Reference in New Issue
Block a user