|
@@ -147,7 +147,9 @@ export default { |
|
|
listTemplate({ type: '10' }).then(response => { |
|
|
listTemplate({ type: '10' }).then(response => { |
|
|
this.templateList = response.rows; |
|
|
this.templateList = response.rows; |
|
|
}); |
|
|
}); |
|
|
this.getDetail(); |
|
|
|
|
|
|
|
|
setTimeout(() => { |
|
|
|
|
|
this.getDetail(); |
|
|
|
|
|
}, 500); |
|
|
}, |
|
|
}, |
|
|
watch: { |
|
|
watch: { |
|
|
pass: function (val) { |
|
|
pass: function (val) { |
|
|