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/wotokol-edm.css.gz
CHANGED
|
Binary file
|
package/wotokol-edm.umd.js
CHANGED
|
@@ -118420,10 +118420,10 @@ var mailTemplatevue_type_template_id_2b36ea26_scoped_true_render = function rend
|
|
|
118420
118420
|
};
|
|
118421
118421
|
var mailTemplatevue_type_template_id_2b36ea26_scoped_true_staticRenderFns = [];
|
|
118422
118422
|
|
|
118423
|
-
;// ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.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=
|
|
118423
|
+
;// ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.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
|
|
118424
118424
|
|
|
118425
118425
|
|
|
118426
|
-
var
|
|
118426
|
+
var TemplateListvue_type_template_id_357bd4cd_scoped_true_render = function render() {
|
|
118427
118427
|
var _vm = this,
|
|
118428
118428
|
_c = _vm._self._c;
|
|
118429
118429
|
return _c('div', {
|
|
@@ -118470,7 +118470,7 @@ var TemplateListvue_type_template_id_0aaac0a8_scoped_true_render = function rend
|
|
|
118470
118470
|
"label": "应用场景",
|
|
118471
118471
|
"value": "2"
|
|
118472
118472
|
}
|
|
118473
|
-
})], 1), _vm.searchForm.
|
|
118473
|
+
})], 1), _vm.searchForm.type == 1 && _vm.contentSelect == 2 ? _c('div', {
|
|
118474
118474
|
staticClass: "temp_right"
|
|
118475
118475
|
}, [_c('el-select', {
|
|
118476
118476
|
attrs: {
|
|
@@ -118533,6 +118533,8 @@ var TemplateListvue_type_template_id_0aaac0a8_scoped_true_render = function rend
|
|
|
118533
118533
|
on: {
|
|
118534
118534
|
"change": function ($event) {
|
|
118535
118535
|
_vm.mailTitleInput = '';
|
|
118536
|
+
_vm.searchForm.content = '';
|
|
118537
|
+
_vm.searchForm.mailSubject = '';
|
|
118536
118538
|
}
|
|
118537
118539
|
},
|
|
118538
118540
|
slot: "prepend",
|
|
@@ -118604,12 +118606,15 @@ var TemplateListvue_type_template_id_0aaac0a8_scoped_true_render = function rend
|
|
|
118604
118606
|
"placeholder": _vm.$i18n.t('common.please_select'),
|
|
118605
118607
|
"clearable": ""
|
|
118606
118608
|
},
|
|
118609
|
+
on: {
|
|
118610
|
+
"change": _vm.modelTypeChange
|
|
118611
|
+
},
|
|
118607
118612
|
model: {
|
|
118608
|
-
value: _vm.searchForm.
|
|
118613
|
+
value: _vm.searchForm.type,
|
|
118609
118614
|
callback: function ($$v) {
|
|
118610
|
-
_vm.$set(_vm.searchForm, "
|
|
118615
|
+
_vm.$set(_vm.searchForm, "type", $$v);
|
|
118611
118616
|
},
|
|
118612
|
-
expression: "searchForm.
|
|
118617
|
+
expression: "searchForm.type"
|
|
118613
118618
|
}
|
|
118614
118619
|
}, [_c('el-option', {
|
|
118615
118620
|
key: 1,
|
|
@@ -118672,11 +118677,11 @@ var TemplateListvue_type_template_id_0aaac0a8_scoped_true_render = function rend
|
|
|
118672
118677
|
"filterable": ""
|
|
118673
118678
|
},
|
|
118674
118679
|
model: {
|
|
118675
|
-
value: _vm.searchForm.
|
|
118680
|
+
value: _vm.searchForm.userId,
|
|
118676
118681
|
callback: function ($$v) {
|
|
118677
|
-
_vm.$set(_vm.searchForm, "
|
|
118682
|
+
_vm.$set(_vm.searchForm, "userId", $$v);
|
|
118678
118683
|
},
|
|
118679
|
-
expression: "searchForm.
|
|
118684
|
+
expression: "searchForm.userId"
|
|
118680
118685
|
}
|
|
118681
118686
|
}, _vm._l(_vm.accountList, function (item) {
|
|
118682
118687
|
return _c('el-option', {
|
|
@@ -118749,6 +118754,12 @@ var TemplateListvue_type_template_id_0aaac0a8_scoped_true_render = function rend
|
|
|
118749
118754
|
}
|
|
118750
118755
|
}, [_vm._v(_vm._s(item.label))]);
|
|
118751
118756
|
}), 1)], 1)], 1)])])])], 1)], 1), _c('div', {
|
|
118757
|
+
directives: [{
|
|
118758
|
+
name: "loading",
|
|
118759
|
+
rawName: "v-loading",
|
|
118760
|
+
value: _vm.loading,
|
|
118761
|
+
expression: "loading"
|
|
118762
|
+
}],
|
|
118752
118763
|
staticClass: "temp_box"
|
|
118753
118764
|
}, [_vm.templateList.length ? _c('div', {
|
|
118754
118765
|
staticClass: "temp_list"
|
|
@@ -118854,9 +118865,9 @@ var TemplateListvue_type_template_id_0aaac0a8_scoped_true_render = function rend
|
|
|
118854
118865
|
}
|
|
118855
118866
|
})], 1)]);
|
|
118856
118867
|
};
|
|
118857
|
-
var
|
|
118868
|
+
var TemplateListvue_type_template_id_357bd4cd_scoped_true_staticRenderFns = [];
|
|
118858
118869
|
|
|
118859
|
-
;// ./src/components/EdmElement/TemplateCom/TemplateList.vue?vue&type=template&id=
|
|
118870
|
+
;// ./src/components/EdmElement/TemplateCom/TemplateList.vue?vue&type=template&id=357bd4cd&scoped=true
|
|
118860
118871
|
|
|
118861
118872
|
;// ./src/components/EdmElement/TemplateCom/const.js
|
|
118862
118873
|
|
|
@@ -118966,15 +118977,22 @@ const templateSystemScene = [{
|
|
|
118966
118977
|
|
|
118967
118978
|
function createSearchForm(tar) {
|
|
118968
118979
|
let raw = {
|
|
118969
|
-
|
|
118970
|
-
|
|
118971
|
-
|
|
118972
|
-
|
|
118973
|
-
|
|
118980
|
+
templatesTitle: "",
|
|
118981
|
+
//模板标题
|
|
118982
|
+
scene: "",
|
|
118983
|
+
//应用场景
|
|
118984
|
+
mailSubject: "",
|
|
118985
|
+
//邮件主题
|
|
118986
|
+
content: "",
|
|
118987
|
+
//正文
|
|
118988
|
+
type: null,
|
|
118974
118989
|
//模版类型 1-系统模板;2-自定义模板
|
|
118975
|
-
|
|
118976
|
-
|
|
118977
|
-
|
|
118990
|
+
modelLanguage: "",
|
|
118991
|
+
//语言
|
|
118992
|
+
isShared: "",
|
|
118993
|
+
//是否共享
|
|
118994
|
+
userId: "",
|
|
118995
|
+
//创建人
|
|
118978
118996
|
searchSort: 1,
|
|
118979
118997
|
//排序
|
|
118980
118998
|
currentPage: 1,
|
|
@@ -119005,8 +119023,7 @@ function createSearchForm(tar) {
|
|
|
119005
119023
|
language: TemplateCom_const_language,
|
|
119006
119024
|
sortConfig: sortConfig,
|
|
119007
119025
|
accountList: [],
|
|
119008
|
-
|
|
119009
|
-
templateList: [1],
|
|
119026
|
+
templateList: [],
|
|
119010
119027
|
templateSystemScene: templateSystemScene,
|
|
119011
119028
|
total: 0,
|
|
119012
119029
|
loading: false
|
|
@@ -119041,20 +119058,19 @@ function createSearchForm(tar) {
|
|
|
119041
119058
|
},
|
|
119042
119059
|
// 获取列表
|
|
119043
119060
|
getCardList() {
|
|
119044
|
-
|
|
119045
|
-
|
|
119046
|
-
|
|
119047
|
-
|
|
119048
|
-
|
|
119049
|
-
|
|
119050
|
-
|
|
119051
|
-
|
|
119052
|
-
|
|
119053
|
-
|
|
119054
|
-
|
|
119055
|
-
|
|
119056
|
-
|
|
119057
|
-
console.log(this.searchForm, "searchForm");
|
|
119061
|
+
if (this.contentSelect == "1") {
|
|
119062
|
+
this.searchForm.templatesTitle = this.contentInput;
|
|
119063
|
+
} else if (this.contentSelect == "2") {
|
|
119064
|
+
//系统模版
|
|
119065
|
+
if (this.searchForm.type != 1) {
|
|
119066
|
+
this.searchForm.scene = this.contentInput;
|
|
119067
|
+
}
|
|
119068
|
+
}
|
|
119069
|
+
if (this.mailTitleSelect == "1") {
|
|
119070
|
+
this.searchForm.mailSubject = this.mailTitleInput;
|
|
119071
|
+
} else if (this.mailTitleSelect == "2") {
|
|
119072
|
+
this.searchForm.content = this.mailTitleInput;
|
|
119073
|
+
}
|
|
119058
119074
|
this.loading = true;
|
|
119059
119075
|
templatesList(this.searchForm).then(res => {
|
|
119060
119076
|
if (res.code == "0") {
|
|
@@ -119086,6 +119102,8 @@ function createSearchForm(tar) {
|
|
|
119086
119102
|
hubUserSonFather().then(res => {
|
|
119087
119103
|
if (res.code == "0") {
|
|
119088
119104
|
this.accountList = res.data;
|
|
119105
|
+
} else {
|
|
119106
|
+
this.$message.error(res.message);
|
|
119089
119107
|
}
|
|
119090
119108
|
});
|
|
119091
119109
|
},
|
|
@@ -119108,10 +119126,10 @@ function createSearchForm(tar) {
|
|
|
119108
119126
|
});
|
|
119109
119127
|
;// ./src/components/EdmElement/TemplateCom/TemplateList.vue?vue&type=script&lang=js
|
|
119110
119128
|
/* harmony default export */ var TemplateCom_TemplateListvue_type_script_lang_js = (TemplateListvue_type_script_lang_js);
|
|
119111
|
-
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-64.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-64.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-64.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-64.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=
|
|
119129
|
+
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-64.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-64.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-64.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-64.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
|
|
119112
119130
|
// extracted by mini-css-extract-plugin
|
|
119113
119131
|
|
|
119114
|
-
;// ./src/components/EdmElement/TemplateCom/TemplateList.vue?vue&type=style&index=0&id=
|
|
119132
|
+
;// ./src/components/EdmElement/TemplateCom/TemplateList.vue?vue&type=style&index=0&id=357bd4cd&prod&lang=scss&scoped=true
|
|
119115
119133
|
|
|
119116
119134
|
;// ./src/components/EdmElement/TemplateCom/TemplateList.vue
|
|
119117
119135
|
|
|
@@ -119124,11 +119142,11 @@ function createSearchForm(tar) {
|
|
|
119124
119142
|
|
|
119125
119143
|
var TemplateList_component = normalizeComponent(
|
|
119126
119144
|
TemplateCom_TemplateListvue_type_script_lang_js,
|
|
119127
|
-
|
|
119128
|
-
|
|
119145
|
+
TemplateListvue_type_template_id_357bd4cd_scoped_true_render,
|
|
119146
|
+
TemplateListvue_type_template_id_357bd4cd_scoped_true_staticRenderFns,
|
|
119129
119147
|
false,
|
|
119130
119148
|
null,
|
|
119131
|
-
"
|
|
119149
|
+
"357bd4cd",
|
|
119132
119150
|
null
|
|
119133
119151
|
|
|
119134
119152
|
)
|
package/wotokol-edm.umd.js.gz
CHANGED
|
Binary file
|