天府星配置
This commit is contained in:
@@ -32,7 +32,6 @@
|
||||
<el-input placeholder="积分" :maxlength="4" v-model="dialogInfo.endIntegral" style="width:100px;"></el-input>
|
||||
</el-form-item>
|
||||
</el-form-item>
|
||||
|
||||
</el-form>
|
||||
</ai-dialog>
|
||||
</div>
|
||||
@@ -93,7 +92,7 @@ export default {
|
||||
if(Number(this.dialogInfo.beginIntegral) >= Number(this.dialogInfo.endIntegral)) {
|
||||
return this.$message.error('请输入正确的积分范围')
|
||||
}
|
||||
this.instance.post(`/appintegrallevel/addOrUpdate`, {...this.dialogInfo}).then(res => {
|
||||
this.instance.post(`api/appintegrallevel/addOrUpdate`, {...this.dialogInfo}).then(res => {
|
||||
if (res?.code == 0) {
|
||||
this.$message.success('等级修改成功')
|
||||
this.visible = false
|
||||
@@ -104,7 +103,7 @@ export default {
|
||||
})
|
||||
},
|
||||
getList() {
|
||||
this.instance.post(`/appintegrallevel/list`, null, {
|
||||
this.instance.post(`api/appintegrallevel/list`, null, {
|
||||
params: {
|
||||
...this.page,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user