放开海外标准和未符合项

This commit is contained in:
宋伟佳
2021-06-04 15:26:18 +08:00
parent 821dec9f88
commit af2a58433d
5 changed files with 19 additions and 17 deletions
@@ -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