|
|
@@ -843,7 +843,7 @@
|
|
|
_this.mainForm.ProjectTypeId = parseInt(_this.mainForm.ProjectTypeId)
|
|
|
_this.mainForm.ProjectType = _this.$refs.refProjectTypeId.selectedLabel + ''
|
|
|
_this.mainForm.EntrustTypeId = parseInt(_this.mainForm.EntrustTypeId)
|
|
|
- _this.mainForm.EntrustType = _this.$refs.refEntrustType.selectedLabel + ''
|
|
|
+ // _this.mainForm.EntrustType = _this.$refs.refEntrustType.selectedLabel + ''
|
|
|
_this.mainForm.DetectSampleId = parseInt(_this.selectedorg[_this.selectedorg.length - 1])
|
|
|
_this.mainForm.DetectSample = _this.getDetectSampleName(_this.mainForm.DetectSampleId)
|
|
|
_this.mainForm.Samplelist = _this.selectedorg.join(',')
|
|
|
@@ -1522,8 +1522,9 @@
|
|
|
.then(res => {
|
|
|
// response
|
|
|
_this.customerList = res.data.items
|
|
|
+ console.log(res.data.items)
|
|
|
for (var i = 0; i < res.data.items.length; i++) {
|
|
|
- if (res.data.items[i].IsInnerOrganize === 1) {
|
|
|
+ if (res.data.items[i].Isinnerorganize === 1) {
|
|
|
_this.groupOptions[0].options.push(res.data.items[i])
|
|
|
} else {
|
|
|
_this.groupOptions[1].options.push(res.data.items[i])
|