提交结果暂存时不保存评分等级
This commit is contained in:
parent
492aba9701
commit
05886843fc
@ -12,8 +12,8 @@ module.exports = {
|
||||
assetsPublicPath: '/',
|
||||
proxyTable: {
|
||||
'/lz_management': {
|
||||
target: `https://tlzmanagement.ldxinyong.com`,
|
||||
// target: `http://192.168.4.12:8080`,
|
||||
// target: `https://tlzmanagement.ldxinyong.com`,
|
||||
target: `http://127.0.0.1:8080`,
|
||||
changeOrigin: true,
|
||||
// secure: false ,
|
||||
// pathRewrite: {
|
||||
|
||||
@ -510,6 +510,11 @@ export default {
|
||||
},
|
||||
async handleSaveDetail (params = Object.assign({}, this.obj, this.score, { save: 1 })) {
|
||||
this.loadingZan = true
|
||||
if (this.tableInfo.result) {
|
||||
params.lastScore = null
|
||||
params.allScore = null
|
||||
params.scoreLevel = null
|
||||
}
|
||||
let res = await apiSaveDetail(params)
|
||||
this.loadingZan = false
|
||||
if (res.code !== 200) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user