-
折扣价格
+
使用专项价
+
@@ -199,6 +200,14 @@ export default {
resetForm() {
this.$refs["inputPackageForm"].resetFields();
this.showDialog = false;
+ },
+ useDanPrice() {
+ if (this.current.UserId) {
+ // eslint-disable-next-line camelcase
+ this.$api.post(this.$api.phpURL + 'user/user/useDanPrice', {
+ userid: this.current.UserId
+ }).then(res => {})
+ }
}
}
};