|
@@ -46,7 +46,7 @@ export default {
|
|
methods: {
|
|
methods: {
|
|
async selectTemplates(val) {
|
|
async selectTemplates(val) {
|
|
this.show = false
|
|
this.show = false
|
|
- const ruleForm = { bizId: this.bizId, belongType: 2 }
|
|
|
|
|
|
+ const ruleForm = { bizId: this.bizId }
|
|
if (val) {
|
|
if (val) {
|
|
ruleForm.name = val
|
|
ruleForm.name = val
|
|
delete ruleForm.content
|
|
delete ruleForm.content
|