|
@@ -1950,7 +1950,8 @@ export default {
|
|
|
let SubmitData = {
|
|
|
jhTime: that.dialog.editorBox.form.data.may,
|
|
|
planWeight: that.dialog.editorBox.form.data.planWeight,
|
|
|
- workprocType: that.dialog.editorBox.form.data.workprocid
|
|
|
+ workprocType: that.dialog.editorBox.form.data.workprocid,
|
|
|
+ tag: '0'
|
|
|
};
|
|
|
that.$refs['dialog_form'].validate((valid) => {
|
|
|
if (valid) {
|