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

删除菜单

parent 6a3e9ba4
...@@ -362,7 +362,7 @@ export default { ...@@ -362,7 +362,7 @@ export default {
}, },
// 打开登录验证界面 // 打开登录验证界面
openLogin: false, openLogin: false,
radio1: '2', radio1: '1',
ptype: '', ptype: '',
pgx: '', pgx: '',
prank: '', prank: '',
...@@ -525,29 +525,14 @@ export default { ...@@ -525,29 +525,14 @@ export default {
this.openHandle = true this.openHandle = true
} else if (res.code === null) { } else if (res.code === null) {
this.$message.warning(res.message) this.$message.warning(res.message)
if (this.radio1 === '1') {
this.radio1 = '1'
} else {
this.radio1 = '2'
}
this.loadingDetail = false this.loadingDetail = false
this.openHandle = true this.openHandle = true
} }
}) })
} else if (res.code === null) { } else if (res.code === null) {
this.$message.warning(res.$message) this.$message.warning(res.$message)
if (this.radio1 === '2') {
this.radio1 = '1'
} else {
this.radio1 = '2'
}
} else if (res.code === 500) { } else if (res.code === 500) {
this.$message.warning(res.$message) this.$message.warning(res.$message)
if (this.radio1 === '2') {
this.radio1 = '1'
} else {
this.radio1 = '2'
}
} }
}) })
}, },
...@@ -578,7 +563,6 @@ export default { ...@@ -578,7 +563,6 @@ export default {
if (res.code === 200) { if (res.code === 200) {
this.loadingDetail = false this.loadingDetail = false
this.openHandle = false this.openHandle = false
this.radio1 = '2'
this.isCheck = false this.isCheck = false
this.$message.success('操作成功') this.$message.success('操作成功')
this.queryParams.page = 1 this.queryParams.page = 1
...@@ -625,14 +609,12 @@ export default { ...@@ -625,14 +609,12 @@ export default {
this.openHandle = true this.openHandle = true
this.applyId = row.businessId this.applyId = row.businessId
this.pn = row.pn this.pn = row.pn
this.ptype = row.ptype
this.pgx = row.pgx this.pgx = row.pgx
this.prank = row.prank this.prank = row.prank
this.pissb = row.pissb this.pissb = row.pissb
const obj = { const obj = {
type: this.radio1, type: this.radio1,
pn: row.pn, pn: row.pn,
ptype: row.ptype,
pgx: row.pgx, pgx: row.pgx,
prank: row.prank, prank: row.prank,
pissb: row.pissb, pissb: row.pissb,
...@@ -671,7 +653,7 @@ export default { ...@@ -671,7 +653,7 @@ export default {
// 查询apply表单 // 查询apply表单
getList() { getList() {
this.isCheck = false this.isCheck = false
this.radio1 = '2' this.radio1 = '1'
this.loading = true this.loading = true
listWbApply(this.queryParams).then( listWbApply(this.queryParams).then(
response => { response => {
......
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
<el-dialog :title="title" :visible.sync="open" width="500px" append-to-body :close-on-click-modal="false"> <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 ref="form" :model="form" :rules="rules" size="small" label-width="100px" >
<el-form-item label="pn" prop="pn"> <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>
<el-form-item label="lot" prop="lot"> <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)" /> <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 { ...@@ -589,6 +589,7 @@ export default {
if (res.data.createDate !== null) { if (res.data.createDate !== null) {
res.data.createDate = parseTime(res.data.createDate, '{y}-{m}-{d}') res.data.createDate = parseTime(res.data.createDate, '{y}-{m}-{d}')
} }
this.loginform.password = ''
this.detailApplyList = res.data this.detailApplyList = res.data
this.loadingDetail = false this.loadingDetail = false
this.openHandle = true 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