system-clients 3.2.58 → 3.2.59
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 +1 -1
- package/src/components/Main.vue +1 -1
package/package.json
CHANGED
package/src/components/Main.vue
CHANGED
@@ -370,7 +370,7 @@ export default {
|
|
370
370
|
const data = {
|
371
371
|
"condition":
|
372
372
|
{
|
373
|
-
"condition":" and processins.activities[ state='开始活动' and (defname in('站点接单'))].count(*) > 0",
|
373
|
+
"condition":" 1=1 and processins.activities[ state='开始活动' and (defname in('站点接单'))].count(*) > 0 ",
|
374
374
|
"sign":"1=1"
|
375
375
|
},
|
376
376
|
"userid":this.functions.name
|