Browse Source

no message

master
蔡玲玲 4 weeks ago
parent
commit
e18104dd66
  1. 2
      base-vue/src/views/modules/sys/dict-add-or-update.vue

2
base-vue/src/views/modules/sys/dict-add-or-update.vue

@ -51,7 +51,7 @@
if (valid) {
this.$http({
url: this.$http.adornUrl('/api/dict'),
method: !this.dataForm.dict_id ? 'put' :'post',
method: this.dataForm.dict_id !== null ? 'put' :'post',
data: this.$http.adornData(this.dataForm)
}).then(({data}) => {
if (data && data.code === 200) {

Loading…
Cancel
Save