放开海外标准和未符合项
This commit is contained in:
@@ -2250,7 +2250,7 @@ export default {
|
||||
type: 'warning',
|
||||
roundButton: false
|
||||
}).then(() => {
|
||||
this.$http.post('lawss/sarStandardsInfo/deleteSarStandards', {ids: itemid}, {
|
||||
this.$http.post('sarStandardsInfo/sar-standards-info/deleteSarStandards', {ids: itemid}, {
|
||||
_this: this,
|
||||
loading: 'delLoading'
|
||||
}, res => {
|
||||
@@ -2350,7 +2350,7 @@ export default {
|
||||
validateStandNumber (standinfo) {
|
||||
return new Promise((resolve, reject) => {
|
||||
let obj = JSON.parse(JSON.stringify(standinfo))
|
||||
this.$http.post('lawss/sarStandardsInfo/validateStandNumber', obj, {
|
||||
this.$http.post('sarStandardsInfo/sar-standards-info/updateSarStandardsInfo', obj, {
|
||||
_this: this
|
||||
}, res => {
|
||||
if (res.ok) {
|
||||
@@ -3314,7 +3314,7 @@ export default {
|
||||
*/
|
||||
queryDisplayLocation () {
|
||||
return new Promise((resolve, reject) => {
|
||||
this.$http.get('lawssBase/utArea/getAreaList', {
|
||||
this.$http.get('sarStandardsInfo/sar-standards-info/addarStandardsInfo', {
|
||||
sarType: this.sarType
|
||||
}, {
|
||||
_this: this
|
||||
|
||||
Reference in New Issue
Block a user