|
@@ -361,6 +361,7 @@ export default {
|
|
|
this.ruleData.methodId = parseInt(this.$route.path.split('/')[3])
|
|
|
this.ruleData.creator = this.userNames
|
|
|
this.ruleData.creatorEn = this.username
|
|
|
+ this.ruleData.updator = ''
|
|
|
createRule(this.ruleData).then(response => {
|
|
|
// this.list.unshift(this.serviceData)
|
|
|
if (response.code === 200) {
|