@zkwq/business 0.0.97 → 0.0.98
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/dist/index.js +2 -2
- package/dist/index.min.js +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.min.cjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -29292,7 +29292,7 @@ const C$ = {
|
|
|
29292
29292
|
watch: {
|
|
29293
29293
|
data: {
|
|
29294
29294
|
handler: function(e) {
|
|
29295
|
-
this.isMeUpdate ? this.isMeUpdate = !1 : (this.isPropUpdate = !0, this.newData = e);
|
|
29295
|
+
this.isMeUpdate ? this.isMeUpdate = !1 : (this.isPropUpdate = !0, this.newData = e), e.authors && e.authors.length > 0 && e.inss && e.inss.length == 0 ? this.showStatus = "author" : e.authors && e.authors.length == 0 && e.inss && e.inss.length > 0 ? this.showStatus = "ins" : this.showStatus = "author";
|
|
29296
29296
|
},
|
|
29297
29297
|
immediate: !0
|
|
29298
29298
|
},
|
|
@@ -29311,7 +29311,7 @@ var x$ = /* @__PURE__ */ _(
|
|
|
29311
29311
|
y$,
|
|
29312
29312
|
!1,
|
|
29313
29313
|
w$,
|
|
29314
|
-
"
|
|
29314
|
+
"1ef62c44",
|
|
29315
29315
|
null,
|
|
29316
29316
|
null
|
|
29317
29317
|
);
|