|
|
@ -106,9 +106,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
|
|
methods: {
|
|
|
|
methods: {
|
|
|
|
saveCode() {
|
|
|
|
saveCode() {
|
|
|
|
|
|
|
|
if (this.editType == 1 || this.editType == "1") {
|
|
|
|
|
|
|
|
|
|
|
|
if (this.editTye == 1) {
|
|
|
|
|
|
|
|
this.repeatAddCode(this.editData);
|
|
|
|
this.repeatAddCode(this.editData);
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
saveCode(this.editData)
|
|
|
|
saveCode(this.editData)
|
|
|
|