Browse Source

修复新增内部计划

QuietShadow 3 năm trước cách đây
mục cha
commit
2a4251560b

+ 2 - 1
src/views/energyPlan/components/supplyAndDemand/planProjectRoundGx.vue

@@ -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) {

+ 2 - 1
src/views/energyPlan/components/supplyAndDemand/planProjectRoundXG.vue

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