wotokol-edm 1.1.15 → 1.1.16
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/wotokol-edm.common.js +58 -40
- package/wotokol-edm.common.js.gz +0 -0
- package/wotokol-edm.css +1 -1
- package/wotokol-edm.css.gz +0 -0
- package/wotokol-edm.umd.js +58 -40
- package/wotokol-edm.umd.js.gz +0 -0
- package/wotokol-edm.umd.min.js +1 -1
- package/wotokol-edm.umd.min.js.gz +0 -0
package/package.json
CHANGED
package/wotokol-edm.common.js
CHANGED
|
@@ -118410,10 +118410,10 @@ var mailTemplatevue_type_template_id_2b36ea26_scoped_true_render = function rend
|
|
|
118410
118410
|
};
|
|
118411
118411
|
var mailTemplatevue_type_template_id_2b36ea26_scoped_true_staticRenderFns = [];
|
|
118412
118412
|
|
|
118413
|
-
;// ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/EdmElement/TemplateCom/TemplateList.vue?vue&type=template&id=
|
|
118413
|
+
;// ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/EdmElement/TemplateCom/TemplateList.vue?vue&type=template&id=357bd4cd&scoped=true
|
|
118414
118414
|
|
|
118415
118415
|
|
|
118416
|
-
var
|
|
118416
|
+
var TemplateListvue_type_template_id_357bd4cd_scoped_true_render = function render() {
|
|
118417
118417
|
var _vm = this,
|
|
118418
118418
|
_c = _vm._self._c;
|
|
118419
118419
|
return _c('div', {
|
|
@@ -118460,7 +118460,7 @@ var TemplateListvue_type_template_id_0aaac0a8_scoped_true_render = function rend
|
|
|
118460
118460
|
"label": "应用场景",
|
|
118461
118461
|
"value": "2"
|
|
118462
118462
|
}
|
|
118463
|
-
})], 1), _vm.searchForm.
|
|
118463
|
+
})], 1), _vm.searchForm.type == 1 && _vm.contentSelect == 2 ? _c('div', {
|
|
118464
118464
|
staticClass: "temp_right"
|
|
118465
118465
|
}, [_c('el-select', {
|
|
118466
118466
|
attrs: {
|
|
@@ -118523,6 +118523,8 @@ var TemplateListvue_type_template_id_0aaac0a8_scoped_true_render = function rend
|
|
|
118523
118523
|
on: {
|
|
118524
118524
|
"change": function ($event) {
|
|
118525
118525
|
_vm.mailTitleInput = '';
|
|
118526
|
+
_vm.searchForm.content = '';
|
|
118527
|
+
_vm.searchForm.mailSubject = '';
|
|
118526
118528
|
}
|
|
118527
118529
|
},
|
|
118528
118530
|
slot: "prepend",
|
|
@@ -118594,12 +118596,15 @@ var TemplateListvue_type_template_id_0aaac0a8_scoped_true_render = function rend
|
|
|
118594
118596
|
"placeholder": _vm.$i18n.t('common.please_select'),
|
|
118595
118597
|
"clearable": ""
|
|
118596
118598
|
},
|
|
118599
|
+
on: {
|
|
118600
|
+
"change": _vm.modelTypeChange
|
|
118601
|
+
},
|
|
118597
118602
|
model: {
|
|
118598
|
-
value: _vm.searchForm.
|
|
118603
|
+
value: _vm.searchForm.type,
|
|
118599
118604
|
callback: function ($$v) {
|
|
118600
|
-
_vm.$set(_vm.searchForm, "
|
|
118605
|
+
_vm.$set(_vm.searchForm, "type", $$v);
|
|
118601
118606
|
},
|
|
118602
|
-
expression: "searchForm.
|
|
118607
|
+
expression: "searchForm.type"
|
|
118603
118608
|
}
|
|
118604
118609
|
}, [_c('el-option', {
|
|
118605
118610
|
key: 1,
|
|
@@ -118662,11 +118667,11 @@ var TemplateListvue_type_template_id_0aaac0a8_scoped_true_render = function rend
|
|
|
118662
118667
|
"filterable": ""
|
|
118663
118668
|
},
|
|
118664
118669
|
model: {
|
|
118665
|
-
value: _vm.searchForm.
|
|
118670
|
+
value: _vm.searchForm.userId,
|
|
118666
118671
|
callback: function ($$v) {
|
|
118667
|
-
_vm.$set(_vm.searchForm, "
|
|
118672
|
+
_vm.$set(_vm.searchForm, "userId", $$v);
|
|
118668
118673
|
},
|
|
118669
|
-
expression: "searchForm.
|
|
118674
|
+
expression: "searchForm.userId"
|
|
118670
118675
|
}
|
|
118671
118676
|
}, _vm._l(_vm.accountList, function (item) {
|
|
118672
118677
|
return _c('el-option', {
|
|
@@ -118739,6 +118744,12 @@ var TemplateListvue_type_template_id_0aaac0a8_scoped_true_render = function rend
|
|
|
118739
118744
|
}
|
|
118740
118745
|
}, [_vm._v(_vm._s(item.label))]);
|
|
118741
118746
|
}), 1)], 1)], 1)])])])], 1)], 1), _c('div', {
|
|
118747
|
+
directives: [{
|
|
118748
|
+
name: "loading",
|
|
118749
|
+
rawName: "v-loading",
|
|
118750
|
+
value: _vm.loading,
|
|
118751
|
+
expression: "loading"
|
|
118752
|
+
}],
|
|
118742
118753
|
staticClass: "temp_box"
|
|
118743
118754
|
}, [_vm.templateList.length ? _c('div', {
|
|
118744
118755
|
staticClass: "temp_list"
|
|
@@ -118844,9 +118855,9 @@ var TemplateListvue_type_template_id_0aaac0a8_scoped_true_render = function rend
|
|
|
118844
118855
|
}
|
|
118845
118856
|
})], 1)]);
|
|
118846
118857
|
};
|
|
118847
|
-
var
|
|
118858
|
+
var TemplateListvue_type_template_id_357bd4cd_scoped_true_staticRenderFns = [];
|
|
118848
118859
|
|
|
118849
|
-
;// ./src/components/EdmElement/TemplateCom/TemplateList.vue?vue&type=template&id=
|
|
118860
|
+
;// ./src/components/EdmElement/TemplateCom/TemplateList.vue?vue&type=template&id=357bd4cd&scoped=true
|
|
118850
118861
|
|
|
118851
118862
|
;// ./src/components/EdmElement/TemplateCom/const.js
|
|
118852
118863
|
|
|
@@ -118956,15 +118967,22 @@ const templateSystemScene = [{
|
|
|
118956
118967
|
|
|
118957
118968
|
function createSearchForm(tar) {
|
|
118958
118969
|
let raw = {
|
|
118959
|
-
|
|
118960
|
-
|
|
118961
|
-
|
|
118962
|
-
|
|
118963
|
-
|
|
118970
|
+
templatesTitle: "",
|
|
118971
|
+
//模板标题
|
|
118972
|
+
scene: "",
|
|
118973
|
+
//应用场景
|
|
118974
|
+
mailSubject: "",
|
|
118975
|
+
//邮件主题
|
|
118976
|
+
content: "",
|
|
118977
|
+
//正文
|
|
118978
|
+
type: null,
|
|
118964
118979
|
//模版类型 1-系统模板;2-自定义模板
|
|
118965
|
-
|
|
118966
|
-
|
|
118967
|
-
|
|
118980
|
+
modelLanguage: "",
|
|
118981
|
+
//语言
|
|
118982
|
+
isShared: "",
|
|
118983
|
+
//是否共享
|
|
118984
|
+
userId: "",
|
|
118985
|
+
//创建人
|
|
118968
118986
|
searchSort: 1,
|
|
118969
118987
|
//排序
|
|
118970
118988
|
currentPage: 1,
|
|
@@ -118995,8 +119013,7 @@ function createSearchForm(tar) {
|
|
|
118995
119013
|
language: TemplateCom_const_language,
|
|
118996
119014
|
sortConfig: sortConfig,
|
|
118997
119015
|
accountList: [],
|
|
118998
|
-
|
|
118999
|
-
templateList: [1],
|
|
119016
|
+
templateList: [],
|
|
119000
119017
|
templateSystemScene: templateSystemScene,
|
|
119001
119018
|
total: 0,
|
|
119002
119019
|
loading: false
|
|
@@ -119031,20 +119048,19 @@ function createSearchForm(tar) {
|
|
|
119031
119048
|
},
|
|
119032
119049
|
// 获取列表
|
|
119033
119050
|
getCardList() {
|
|
119034
|
-
|
|
119035
|
-
|
|
119036
|
-
|
|
119037
|
-
|
|
119038
|
-
|
|
119039
|
-
|
|
119040
|
-
|
|
119041
|
-
|
|
119042
|
-
|
|
119043
|
-
|
|
119044
|
-
|
|
119045
|
-
|
|
119046
|
-
|
|
119047
|
-
console.log(this.searchForm, "searchForm");
|
|
119051
|
+
if (this.contentSelect == "1") {
|
|
119052
|
+
this.searchForm.templatesTitle = this.contentInput;
|
|
119053
|
+
} else if (this.contentSelect == "2") {
|
|
119054
|
+
//系统模版
|
|
119055
|
+
if (this.searchForm.type != 1) {
|
|
119056
|
+
this.searchForm.scene = this.contentInput;
|
|
119057
|
+
}
|
|
119058
|
+
}
|
|
119059
|
+
if (this.mailTitleSelect == "1") {
|
|
119060
|
+
this.searchForm.mailSubject = this.mailTitleInput;
|
|
119061
|
+
} else if (this.mailTitleSelect == "2") {
|
|
119062
|
+
this.searchForm.content = this.mailTitleInput;
|
|
119063
|
+
}
|
|
119048
119064
|
this.loading = true;
|
|
119049
119065
|
templatesList(this.searchForm).then(res => {
|
|
119050
119066
|
if (res.code == "0") {
|
|
@@ -119076,6 +119092,8 @@ function createSearchForm(tar) {
|
|
|
119076
119092
|
hubUserSonFather().then(res => {
|
|
119077
119093
|
if (res.code == "0") {
|
|
119078
119094
|
this.accountList = res.data;
|
|
119095
|
+
} else {
|
|
119096
|
+
this.$message.error(res.message);
|
|
119079
119097
|
}
|
|
119080
119098
|
});
|
|
119081
119099
|
},
|
|
@@ -119098,10 +119116,10 @@ function createSearchForm(tar) {
|
|
|
119098
119116
|
});
|
|
119099
119117
|
;// ./src/components/EdmElement/TemplateCom/TemplateList.vue?vue&type=script&lang=js
|
|
119100
119118
|
/* harmony default export */ var TemplateCom_TemplateListvue_type_script_lang_js = (TemplateListvue_type_script_lang_js);
|
|
119101
|
-
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/EdmElement/TemplateCom/TemplateList.vue?vue&type=style&index=0&id=
|
|
119119
|
+
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/EdmElement/TemplateCom/TemplateList.vue?vue&type=style&index=0&id=357bd4cd&prod&lang=scss&scoped=true
|
|
119102
119120
|
// extracted by mini-css-extract-plugin
|
|
119103
119121
|
|
|
119104
|
-
;// ./src/components/EdmElement/TemplateCom/TemplateList.vue?vue&type=style&index=0&id=
|
|
119122
|
+
;// ./src/components/EdmElement/TemplateCom/TemplateList.vue?vue&type=style&index=0&id=357bd4cd&prod&lang=scss&scoped=true
|
|
119105
119123
|
|
|
119106
119124
|
;// ./src/components/EdmElement/TemplateCom/TemplateList.vue
|
|
119107
119125
|
|
|
@@ -119114,11 +119132,11 @@ function createSearchForm(tar) {
|
|
|
119114
119132
|
|
|
119115
119133
|
var TemplateList_component = normalizeComponent(
|
|
119116
119134
|
TemplateCom_TemplateListvue_type_script_lang_js,
|
|
119117
|
-
|
|
119118
|
-
|
|
119135
|
+
TemplateListvue_type_template_id_357bd4cd_scoped_true_render,
|
|
119136
|
+
TemplateListvue_type_template_id_357bd4cd_scoped_true_staticRenderFns,
|
|
119119
119137
|
false,
|
|
119120
119138
|
null,
|
|
119121
|
-
"
|
|
119139
|
+
"357bd4cd",
|
|
119122
119140
|
null
|
|
119123
119141
|
|
|
119124
119142
|
)
|
package/wotokol-edm.common.js.gz
CHANGED
|
Binary file
|