fix:修复点击编辑以后之前挂载得目录丢失得问题
This commit is contained in:
+8
-7
@@ -4123,19 +4123,20 @@ export default {
|
||||
if (nowstandinfo.firstPutTime != null && nowstandinfo.firstPutTime !== '') {
|
||||
nowstandinfo.firstPutTime = this.$dateFormat(this.sarBussionessStandEO.firstPutTime, 'yyyy-MM-dd hh:mm:ss')
|
||||
}
|
||||
if (nowstandinfo.standSort === 'Q/QCBFC'){
|
||||
nowstandinfo.standCode = nowstandinfo.standSort + "" + nowstandinfo.standNumber + (nowstandinfo.standYear === '' ? '' : '-' + nowstandinfo.standYear)
|
||||
}else{
|
||||
nowstandinfo.standCode = nowstandinfo.standSort + " " + nowstandinfo.standNumber + (nowstandinfo.standYear === '' ? '' : '-' + nowstandinfo.standYear)
|
||||
}
|
||||
//此处因企标编号中带有空格所以此处不再补充添加空格
|
||||
nowstandinfo.standCode = nowstandinfo.standSort + "" + nowstandinfo.standNumber + (nowstandinfo.standYear === '' ? '' : '-' + nowstandinfo.standYear)
|
||||
// if (nowstandinfo.standSort === 'Q/QCBFC'){
|
||||
// nowstandinfo.standCode = nowstandinfo.standSort + "" + nowstandinfo.standNumber + (nowstandinfo.standYear === '' ? '' : '-' + nowstandinfo.standYear)
|
||||
// }else{
|
||||
// nowstandinfo.standCode = nowstandinfo.standSort + " " + nowstandinfo.standNumber + (nowstandinfo.standYear === '' ? '' : '-' + nowstandinfo.standYear)
|
||||
// }
|
||||
this.$http.postData('lawss/sarBussionessStand/updateSarBussionessStand', nowstandinfo, {
|
||||
_this: this,
|
||||
loading: 'isSubmit'
|
||||
}, res => {
|
||||
if (res.ok) {
|
||||
|
||||
// 自动匹配 左侧树 指定菜单
|
||||
this.saveConfStand(nowstandinfo)
|
||||
// this.saveConfStand(nowstandinfo)
|
||||
|
||||
// this.pageChange(1)
|
||||
this.resetForm()
|
||||
|
||||
Reference in New Issue
Block a user