Commit 8e561b4c authored by jingnan's avatar jingnan 👀

理化检验保存参数operator改为REPLACE

parent e86cbcf6
...@@ -389,7 +389,7 @@ export default { ...@@ -389,7 +389,7 @@ export default {
} else { } else {
params.hasTestPass = false params.hasTestPass = false
} }
params.operator = 'MODIFY' params.operator = 'REPLACE'
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {
this.$refs.form.validate((isok) => { this.$refs.form.validate((isok) => {
if (isok) { if (isok) {
......
...@@ -958,7 +958,7 @@ export default { ...@@ -958,7 +958,7 @@ export default {
} else { } else {
params.hasTestPass = false params.hasTestPass = false
} }
params.operator = 'MODIFY' params.operator = 'REPLACE'
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {
this.$refs.form.validate((isok) => { this.$refs.form.validate((isok) => {
if (isok) { if (isok) {
......
...@@ -344,7 +344,7 @@ export default { ...@@ -344,7 +344,7 @@ export default {
} else { } else {
params.hasTestPass = false params.hasTestPass = false
} }
params.operator = 'MODIFY' params.operator = 'REPLACE'
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {
this.$refs.form.validate((isok) => { this.$refs.form.validate((isok) => {
if (isok) { if (isok) {
......
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