qgb-process 0.1.64 → 0.1.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -327,8 +327,8 @@ export default {
|
|
|
327
327
|
"creator": "", // 用户no this.$store.state.user.no
|
|
328
328
|
"companyId": "", // 公司id this.$store.state.user.companyNo
|
|
329
329
|
"type": "", // 流程类型 this.$route.query.type
|
|
330
|
-
"processName": this.$route.query.name
|
|
331
|
-
"describe": this.$route.query.name
|
|
330
|
+
"processName": "", // 流程名称 ""this.$route.query.name
|
|
331
|
+
"describe": "" // 流程描述 this.$route.query.name
|
|
332
332
|
}
|
|
333
333
|
|
|
334
334
|
|