@ailaw/venus 1.264.0 → 1.265.0
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/venus.es.js +6 -5
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -2088,10 +2088,10 @@ var __vue2_script$8 = defineComponent({
|
|
|
2088
2088
|
return true;
|
|
2089
2089
|
});
|
|
2090
2090
|
watch(() => shouldShowBelongsTo.value, (shouldShow) => {
|
|
2091
|
-
if (!shouldShow) {
|
|
2092
|
-
changeVal("taskSmartType",
|
|
2091
|
+
if (shouldShow && !props.value.taskSmartType || !shouldShow) {
|
|
2092
|
+
changeVal("taskSmartType", BELONGS_TO.None);
|
|
2093
2093
|
}
|
|
2094
|
-
});
|
|
2094
|
+
}, { immediate: true });
|
|
2095
2095
|
return {
|
|
2096
2096
|
typeError,
|
|
2097
2097
|
nameError,
|
|
@@ -2148,7 +2148,7 @@ var render$8 = function() {
|
|
|
2148
2148
|
var staticRenderFns$8 = [];
|
|
2149
2149
|
var index_vue_vue_type_style_index_0_scoped_true_lang$3 = "";
|
|
2150
2150
|
const __cssModules$8 = {};
|
|
2151
|
-
var __component__$8 = /* @__PURE__ */ normalizeComponent(__vue2_script$8, render$8, staticRenderFns$8, false, __vue2_injectStyles$8, "
|
|
2151
|
+
var __component__$8 = /* @__PURE__ */ normalizeComponent(__vue2_script$8, render$8, staticRenderFns$8, false, __vue2_injectStyles$8, "0b1cbb47", null, null);
|
|
2152
2152
|
function __vue2_injectStyles$8(context) {
|
|
2153
2153
|
for (let o in __cssModules$8) {
|
|
2154
2154
|
this[o] = __cssModules$8[o];
|
|
@@ -2241,6 +2241,7 @@ var __vue2_script$7 = defineComponent({
|
|
|
2241
2241
|
});
|
|
2242
2242
|
};
|
|
2243
2243
|
const updateFormValue = (record) => {
|
|
2244
|
+
console.log(record);
|
|
2244
2245
|
const data = {
|
|
2245
2246
|
taskTemplateId: record.id,
|
|
2246
2247
|
selfUserId: props.userId,
|
|
@@ -2288,7 +2289,7 @@ var render$7 = function() {
|
|
|
2288
2289
|
var staticRenderFns$7 = [];
|
|
2289
2290
|
var index_vue_vue_type_style_index_0_scoped_true_lang$2 = "";
|
|
2290
2291
|
const __cssModules$7 = {};
|
|
2291
|
-
var __component__$7 = /* @__PURE__ */ normalizeComponent(__vue2_script$7, render$7, staticRenderFns$7, false, __vue2_injectStyles$7, "
|
|
2292
|
+
var __component__$7 = /* @__PURE__ */ normalizeComponent(__vue2_script$7, render$7, staticRenderFns$7, false, __vue2_injectStyles$7, "76e42884", null, null);
|
|
2292
2293
|
function __vue2_injectStyles$7(context) {
|
|
2293
2294
|
for (let o in __cssModules$7) {
|
|
2294
2295
|
this[o] = __cssModules$7[o];
|