|  |  |  | 
|---|
|  |  |  | <script> | 
|---|
|  |  |  | import BaseOpera from '@/components/base/BaseOpera' | 
|---|
|  |  |  | import GlobalAlertWindow from '@/components/common/GlobalAlertWindow' | 
|---|
|  |  |  | import { create } from '@/api/business/pricingParam' | 
|---|
|  |  |  | import { updatePricingDetailById } from '@/api/business/pricingParam' | 
|---|
|  |  |  | // import { findList } from '@/api/business/roomTime' | 
|---|
|  |  |  | import { numRule } from '@/utils/form' | 
|---|
|  |  |  | export default { | 
|---|
|  |  |  | 
|---|
|  |  |  | return | 
|---|
|  |  |  | } | 
|---|
|  |  |  | this.isWorking = true | 
|---|
|  |  |  | create(this.form) | 
|---|
|  |  |  | updatePricingDetailById(this.form) | 
|---|
|  |  |  | .then(res => { | 
|---|
|  |  |  | this.visible = false | 
|---|
|  |  |  | this.$tip.apiSuccess('修改成功') | 
|---|