Commit 03dd356b authored by 高宇's avatar 高宇

删除菜单

parent 6a3e9ba4
......@@ -362,7 +362,7 @@ export default {
},
// 打开登录验证界面
openLogin: false,
radio1: '2',
radio1: '1',
ptype: '',
pgx: '',
prank: '',
......@@ -525,29 +525,14 @@ export default {
this.openHandle = true
} else if (res.code === null) {
this.$message.warning(res.message)
if (this.radio1 === '1') {
this.radio1 = '1'
} else {
this.radio1 = '2'
}
this.loadingDetail = false
this.openHandle = true
}
})
} else if (res.code === null) {
this.$message.warning(res.$message)
if (this.radio1 === '2') {
this.radio1 = '1'
} else {
this.radio1 = '2'
}
} else if (res.code === 500) {
this.$message.warning(res.$message)
if (this.radio1 === '2') {
this.radio1 = '1'
} else {
this.radio1 = '2'
}
}
})
},
......@@ -578,7 +563,6 @@ export default {
if (res.code === 200) {
this.loadingDetail = false
this.openHandle = false
this.radio1 = '2'
this.isCheck = false
this.$message.success('操作成功')
this.queryParams.page = 1
......@@ -625,14 +609,12 @@ export default {
this.openHandle = true
this.applyId = row.businessId
this.pn = row.pn
this.ptype = row.ptype
this.pgx = row.pgx
this.prank = row.prank
this.pissb = row.pissb
const obj = {
type: this.radio1,
pn: row.pn,
ptype: row.ptype,
pgx: row.pgx,
prank: row.prank,
pissb: row.pissb,
......@@ -671,7 +653,7 @@ export default {
// 查询apply表单
getList() {
this.isCheck = false
this.radio1 = '2'
this.radio1 = '1'
this.loading = true
listWbApply(this.queryParams).then(
response => {
......
......@@ -118,7 +118,7 @@
<el-dialog :title="title" :visible.sync="open" width="500px" append-to-body :close-on-click-modal="false">
<el-form ref="form" :model="form" :rules="rules" size="small" label-width="100px" >
<el-form-item label="pn" prop="pn">
<el-input ref="input1" v-model.trim="form.pn" :maxlength="30" placeholder="请输入pn" @keyup.enter.native="handelTab(1,$event)" />
<el-input ref="input1" v-model.trim="form.pn" :maxlength="100" placeholder="请输入pn" @keyup.enter.native="handelTab(1,$event)" />
</el-form-item>
<el-form-item label="lot" prop="lot">
<el-input ref="input2" v-model.trim="form.lot" :maxlength="30" placeholder="请输入lot" @keyup.enter.native="handelTab(2,$event)" />
......
......@@ -589,6 +589,7 @@ export default {
if (res.data.createDate !== null) {
res.data.createDate = parseTime(res.data.createDate, '{y}-{m}-{d}')
}
this.loginform.password = ''
this.detailApplyList = res.data
this.loadingDetail = false
this.openHandle = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment