diff --git a/src/views/system/ManageNodeInformation/indexjs.js b/src/views/system/ManageNodeInformation/indexjs.js
index 481029f..b0a9ef0 100644
--- a/src/views/system/ManageNodeInformation/indexjs.js
+++ b/src/views/system/ManageNodeInformation/indexjs.js
@@ -451,8 +451,9 @@ export default {
optiononditionOperator() {
var dictType = "trigger_condition_operator";
getAgencytype(dictType).then((res) => {
- console.log(res, 'redsssssssss')
+ // console.log(res, 'redsssssssss')
this.optionstriggerConditionOperator = res.data;
+
});
},
@@ -628,9 +629,12 @@ export default {
//wangeditor传值
onNodeContent(item) {
this.form.nodeContent = item.nodeContent;
- var abc = new RegExp("
", "g");
- var bbb = this.form.nodeContent.replace(abc, "");
- this.form.nodeContent = bbb;
+ if (this.form.nodeContent) {
+ var abc = new RegExp("
", "g");
+ var bbb = this.form.nodeContent.replace(abc, "");
+ this.form.nodeContent = bbb;
+ }
+
},
//小程序传值
miniProgramtemplate(item) {
@@ -733,12 +737,13 @@ export default {
},
bottomclickevent(uitem, index, uindex) {
- if (
- this.form.taskSubdivisiontemplateType != "QUESTIONNAIRE" &&
- this.form.taskSubdivisiontemplateType != "PROPAGANDA"
- ) {
+ // if (
+ // this.form.taskSubdivisiontemplateType != "QUESTIONNAIRE" &&
+ // this.form.taskSubdivisiontemplateType != "PROPAGANDA"
+ // ) {
+ // console.log()
this.$refs.wangeditor.emit();
- }
+ // }
setTimeout(() => {
this.form = uitem;
this.taskPartitionList = [];
diff --git a/src/views/system/ManuallyCreatingTasks/index.vue b/src/views/system/ManuallyCreatingTasks/index.vue
index 807fc0f..cce6afb 100644
--- a/src/views/system/ManuallyCreatingTasks/index.vue
+++ b/src/views/system/ManuallyCreatingTasks/index.vue
@@ -157,6 +157,7 @@
type="textarea"
v-model="formInline.textRemindContent"
:rows="6"
+ style="width: 600px"
placeholder="请输入内容"
/>
@@ -187,24 +188,100 @@
-