|
@@ -7,9 +7,9 @@ import loadingIcon from '@common/images/loading.gif';
|
|
import ChooseItem from "../ChooseItem";
|
|
import ChooseItem from "../ChooseItem";
|
|
import ScaleItem from "../ScaleItem";
|
|
import ScaleItem from "../ScaleItem";
|
|
import ChartItem from "../ChartItem";
|
|
import ChartItem from "../ChartItem";
|
|
-import printIcon from '@common/images/team.png';
|
|
|
|
import tableIcon from '@common/images/table.png';
|
|
import tableIcon from '@common/images/table.png';
|
|
import ScaleTableHis from '@components/ScaleTableHis';
|
|
import ScaleTableHis from '@components/ScaleTableHis';
|
|
|
|
+import { dragBox } from '@utils/drag';
|
|
import $ from "jquery";
|
|
import $ from "jquery";
|
|
|
|
|
|
class AssessResultHis extends Component {
|
|
class AssessResultHis extends Component {
|
|
@@ -99,10 +99,11 @@ class AssessResultHis extends Component {
|
|
showScaleFn(item){
|
|
showScaleFn(item){
|
|
const { list,inquiryId } = this.props;
|
|
const { list,inquiryId } = this.props;
|
|
const obj = list&&list[inquiryId];
|
|
const obj = list&&list[inquiryId];
|
|
|
|
+ dragBox('dragModalWrap','dragModalTitle','del')
|
|
if(item){
|
|
if(item){
|
|
this.setState({
|
|
this.setState({
|
|
tableName:item.name,
|
|
tableName:item.name,
|
|
- tableId:item.id,
|
|
|
|
|
|
+ tableId:item.conceptId,
|
|
showScale:!this.state.showScale
|
|
showScale:!this.state.showScale
|
|
});
|
|
});
|
|
}else{
|
|
}else{
|