From 08296e9dc221c19ca6d3419090288365f07992ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Wed, 16 Apr 2025 13:27:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xm/core/xmProject/XmProjectEdit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/xm/core/xmProject/XmProjectEdit.vue b/src/views/xm/core/xmProject/XmProjectEdit.vue index 69ae570e..ab4fbc3b 100644 --- a/src/views/xm/core/xmProject/XmProjectEdit.vue +++ b/src/views/xm/core/xmProject/XmProjectEdit.vue @@ -1114,7 +1114,7 @@ export default { this.editForm.status = "0" this.editForm.wtype = this.editForm.wtype || "2" this.editForm.workType = this.editForm.workType || "1" - this.editForm.xmType = this.editForm.xmType || "110" + this.editForm.xmType = this.editForm.xmType || "100" this.editForm.priority = this.editForm.priority || "2" this.editForm.locked = this.editForm.locked || "0" this.editForm.showOut = this.editForm.showOut || "2"